'Declaration Public Function New( _
ByVal nameThe executor name.As System.String, _
ByVal ParamArray commandsThe commands, which must be executed.As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget) _
)
public PdfPageProcessingCommandExecutor(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> commands
)
public: PdfPageProcessingCommandExecutor(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* commands
)
public:
PdfPageProcessingCommandExecutor(
System.String name,
... Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ commands
)
Parameters
- name
- The executor name.
- commands
- The commands, which must be executed.